-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rollup of 7 pull requests #62119
Rollup of 7 pull requests #62119
Conversation
…li-obk Fix an ICE with uninhabited consts Fixes rust-lang#61744. r? @oli-obk
…=pnkfelix Fix error counting Count duplicate errors for `track_errors` and other error counting checks. Add FIXMEs to make it clear that we should be moving away from this kind of logic. Closes rust-lang#61663
Remove built-in derive macros `Send` and `Sync` Closes rust-lang#62050
… r=Centril Add test for issue-38591 Closes rust-lang#38591 r? @pnkfelix
… r=Zoxc HirIdification: almost there I'm beginning to run out of stuff to HirIdify 😉. This time I targeted mainly `hir::map::{find, get_parent_node}`, but a few other bits got changed too. r? @Zoxc
…bk,Centril Implement From<Local> for Place and PlaceBase r? @oli-obk More tiny bits of Place 2.0 moved into master
@bors r+ p=7 rollup=never |
📌 Commit d406d89 has been approved by |
⌛ Testing commit d406d89 with merge 32b945e49fd969696cbb583dbc8cdcc9761541cb... |
💔 Test failed - status-appveyor |
@bors retry |
Rollup of 7 pull requests Successful merges: - #61814 (Fix an ICE with uninhabited consts) - #61987 (rustc: produce AST instead of HIR from `hir::lowering::Resolver` methods.) - #62055 (Fix error counting) - #62078 (Remove built-in derive macros `Send` and `Sync`) - #62085 (Add test for issue-38591) - #62091 (HirIdification: almost there) - #62096 (Implement From<Local> for Place and PlaceBase) Failed merges: r? @ghost
☀️ Test successful - checks-travis, status-appveyor |
📣 Toolstate changed by #62119! Tested on commit 5f9c044. 💔 clippy-driver on windows: test-pass → build-fail (cc @Manishearth @llogiq @mcarton @oli-obk @phansch, @rust-lang/infra). |
Tested on commit rust-lang/rust@5f9c044. Direct link to PR: <rust-lang/rust#62119> 💔 clippy-driver on windows: test-pass → build-fail (cc @Manishearth @llogiq @mcarton @oli-obk @phansch, @rust-lang/infra). 💔 clippy-driver on linux: test-pass → build-fail (cc @Manishearth @llogiq @mcarton @oli-obk @phansch, @rust-lang/infra).
Successful merges:
hir::lowering::Resolver
methods. #61987 (rustc: produce AST instead of HIR fromhir::lowering::Resolver
methods.)Send
andSync
#62078 (Remove built-in derive macrosSend
andSync
)Failed merges:
r? @ghost